home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / info / drdtips.zip / 1605.TXT < prev    next >
Text File  |  1992-06-05  |  2KB  |  57 lines

  1. Document 1605
  2. DESQVIEW
  3.  
  4. Description:
  5. DesqView is a multi-tasking DOS based program that relies on
  6. very specific uses of system memory.  Specifically, it
  7. accomplishes its multi-tasking by bank-switching applications
  8. in and out of conventional memory (much like Concurrent DOS XM)
  9. and can use XMS UMB's (Upper memory blocks) and the HMA (High
  10. Memory Area) for storing its own program code and data.  For
  11. maximum performance of DesqView under DRDOS 6.0, one should use
  12. QEMM386.SYS instead of EMM386.SYS and one should make sure that
  13. nothing from DRDOS is taking control of the A20 line (that is,
  14. using the HMA.)
  15.  
  16. QEMM386.SYS should be used instead of EMM386.SYS, because the
  17. LIM  driver which is a part of QEMM386.SYS has been enhanced for
  18. DesqView multi-tasking in conventional memory.
  19.  
  20. HIDOS.SYS can be used along with QEMM386.SYS (as with DRDOS 5.0)
  21. to relocate the operating system, but, unlike DRDOS 5.0, it
  22. takes more work than just using the /BDOS=AUTO switch to keep
  23. DRDOS 6.0 out of the HMA.  To keep DRDOS 6.0 out of the HMA for
  24. DesqView:
  25.  
  26. 1)  Make sure that the /MH option is not used on any of the
  27. DRDOS 6.0 commands that support it.  This includes SHELL and
  28. SHARE.
  29.  
  30. 2)  Make sure that the HIBUFFERS command is not used in the
  31. CONFIG.SYS file.  This command will use the HMA even if the
  32. Kernel is not put there with /BDOS=FFFF.
  33.  
  34. 3)  Make sure that the /BDOS option reads: /BDOS=AUTO.
  35.  
  36. (NOTE: If one is unsure if the HMA is being allocated to DRDOS
  37. 6.0  instead of DesqView, one can use MEM /F before starting
  38. DesqView. This command will display an empty box if DRDOS 6.0 is
  39. not using the HMA.)
  40.  
  41. Example:
  42. Here is an example CONFIG.SYS that will work properly with
  43. DesqView:
  44.  
  45. SHELL=C:\DRDOS\COMMAND.COM C:\DRDOS6 /P /MU /E:512
  46. BREAK=ON
  47. BUFFERS=5
  48. FILES=30
  49. LASTDRIVE=M
  50. HISTORY=ON, 256, ON, OFF, OFF
  51. DEVICE=C:\QEMM60\QEMM386.SYS R:2 NOVIDEOFILL RAM ROM ST: FXST=F000
  52. DEVICE=C:\DRDOS\HIDOS.SYS /B=AUTO
  53. DEVICE=C:\QEMM60\LOADHI.SYS /R:3 C:\DRDOS\PCKWIN.SYS
  54. DEVICE=C:\QEMM60\LOADHI.SYS /R:1 C:\MOUSE\MOUSE.SYS
  55. DEVICE=C:\SSTORDRV.SYS
  56. HIDOS=ON
  57.